Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update async-channel/async-std #5889

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nazar-pc
Copy link
Contributor

@nazar-pc nazar-pc commented Oct 1, 2024

Relatively trivial PR, just updated async-channel to new major version and tried to get rid of old version by updating async-std, though it didn't help and there are other dependencies still relying on old version of async-channel here upstream, but downstream users will be able to remove it in some cases, which is already a good thing.

The biggest change in new major version of async-channel is that it no longer implements Unpin, so had to do Pin<Box<T>> in a few places.

Not sure if this needs prdoc since changes are trivial and mostly internal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant